-
Notifications
You must be signed in to change notification settings - Fork 1
fix: TT-203 Customers Page: review the actions to ResetProjectToEdit … #659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: TT-203 Customers Page: review the actions to ResetProjectToEdit … #659
Conversation
LEON12699
commented
Apr 6, 2021
- ProjectType form and Project Form reset when discard the changes in the modal to alert "You have changes "
…and ResetProjectTypeToEdit
Codecov Report
@@ Coverage Diff @@
## master #659 +/- ##
==========================================
+ Coverage 93.09% 94.19% +1.09%
==========================================
Files 85 101 +16
Lines 1564 1929 +365
Branches 107 130 +23
==========================================
+ Hits 1456 1817 +361
- Misses 67 75 +8
+ Partials 41 37 -4
Continue to review full report at Codecov.
|
| expect(store.dispatch).toHaveBeenCalledWith(new CreateProjectType(projectTypeData)); | ||
| }); | ||
|
|
||
| it('should reset Project Type Form if projectTypeIdToEdit is null', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change Project Type Form to projectTypeForm